@media (min-width: 1260px) {
    .commonweb {
        margin: 0px auto;
        max-width: 1313px;
    }
}

body {
    padding-top: 0;
}

section.shouping {
    height: 820px;
    width: 100%;

}

/* 导航样式开始 */


/* 本案例CSS*/
.clearfix-160 {
    zoom: 1
}

.clearfix-160:after {
    content: ".";
    width: 0;
    height: 0;
    visibility: hidden;
    display: block;
    clear: both;
    overflow: hidden
}

header {
    position: relative;
    z-index: 9999;
    /* border-bottom:2px solid #f1f4f9; */
    height: 100px;
    /* box-sizing: border-box; */
}

.wrap-160 {
    width: 1313px;
    margin: 0 auto;
}

#nav-160 {
    display: flex;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap-160: wrap-160;
}

#nav-160 .logo-160 {
    width: 303px;
    overflow: hidden;
    position: relative;
    top: 4px;
}

#nav-160 .logo-160 a {
    display: block;
}

#nav-160 .logo-160 a img {
    max-width: 100%;
}

#nav-160 ul.nav-160 {
    display: inline-flex;
    flex: 1;
    padding-left: 50px;
}

#nav-160 ul.nav-160 li.nav-160-item {
    max-width: 153.55px;
    flex: 1;
}

#nav-160 ul.nav-160 li.nav-160-item>a {
    display: block;
    text-align: center;
    line-height: 100px;
    font-size: 15px;
    font-weight: bold;
    position: relative;
    color: #333;
}

#nav-160 ul.nav-160 li.nav-160-item>a::before {
    display: none;
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    border-width: 0 10px 10px;
    border-style: solid;
    border-color: transparent transparent #024077;
    position: absolute;
}

#nav-160 ul.nav-160 li.nav-160-item:hover>a, li.nav-160-item.active>a {
    color: #024077;
}

#nav-160 ul.nav-160 li.nav-160-item:hover>a::before, li.nav-160-item.active>a::before {
    display: block;
}

/* 二级菜单 */
#nav-160 ul.nav-160 li.nav-160-item .subMenu {
    display: none;
    position: absolute;
    top: 100px;
    left: 0;
    width: 100%;
    height: 370px;
    background-color: #f1f4f9;
}

/* #nav-160 ul.nav-160 li.nav-160-item .subMenu>ul {
    display: flex;
    flex-wrap-160: wrap-160;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
#nav-160 ul.nav-160 li.nav-160-item .subMenu>ul>li>a {
    display: block;
    padding: 0 18px;
    text-align: center;
    line-height: 50px;
    color: #fff;
}
#nav-160 ul.nav-160 li.nav-160-item .subMenu>ul>li>a:hover {
    color: red
} */


/* 更改二级布局开始 */
.sub-left {
    width: 50%;
    background-color: #f8f8f8;
    height: 100%;
}

.sub-right {
    width: 50%;
    background-color: #fff;
    height: 100%;
    text-align: left;
}

.sub-right .lm-img {

    width: 590px;
    height: 310px;
    overflow: hidden;
    /* background-color: #f00; */
    margin-top: 30px;
    margin-left: 30px;

}

.sub-left .erji {
    width: 610px;
    float: right;
    margin-top: 30px;
    margin-right: 30px;
}

/* .sub-left .erji .lm-cnt{
    width: 44%;
    margin-left: 3%;
    margin-right: 3%;
    background-color: #f0f;
}
.sub-left .erji .lm-cnt h3{
    font-size: 18px;
    font-weight: bold;
}
.sub-left .erji .lm-cnt ul li{
    font-size: 14px;
    height: 30px;
    line-height: 30px;
    border-bottom: 1px solid  #eee;
} */

.sub-left .fenlei {
    width: 46%;
    margin-left: 2%;
    margin-right: 2%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin-bottom: 15px;


    float: left;
}

.sub-left .fenlei a {
    display: block;
    width: 100%;
    height: 100%;
    background-color: #eee;
    transition: all .6s;
    -webkit-transition: all .6s;
    -moz-transition: all .6s;
    font-size: 14px;

}

.sub-left .fenlei a:hover {
    background-color: #024077;
    color: #fff;
}

/* 导航样式结束 */

.fl {
    float: left;
}

.fr {
    float: right;
}

.cl {
    clear: both;
}

.pt40 {
    padding-top: 40px;
}

.pb40 {
    padding-bottom: 40px;
}

.bgwhite {
    background-color: #fff;
}

.bggray {
    background-color: #f9f9f9;
}

.tc {
    text-align: center;
}

.tr {
    text-align: right;
}

.index-pro .pro-item {
    width: calc(25% - 15px);
    text-align: center;
    margin-right: 15px;
    box-sizing: border-box;
    margin-bottom: 20px;

    border: 1px solid #eee;
    box-sizing: border-box;
}

.pro-item figure {
    width: 100%;
}

.pro-item figure img {
    width: 100%;
    background-color: #f3f3f3;
}

.index-pro .pro-item .pro-title {
    font-size: 16px;
    text-align: center;
}

.index-pro .pro-item .pro-title a {
    display: inline-block;
    width: 100%;
    padding-top: 10px;
    transition: all .6s;
}

.index-pro .pro-item:hover {
    background-color: #f8f8f8;
}

.index-pro .pro-item .pro-title a:hover, .index-pro .pro-item:hover a {
    color: #024077;
    font-weight: bold;
}

.pro-item figcaption {
    bottom: -1px !important;
}

.index-pro .pro-item h3 {
    font-size: 60px;
    color: #fff;
    font-weight: 50;
    position: relative;
    top: 90px;
}

.youxiajiao {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 41px;
    height: 48px;
    background-color: #f00;
    background: url(../../myskin/images/youxiajiao.png) left top no-repeat;
    transition: all .3s;
}

.index-pro .pro-item:hover .youxiajiao {
    display: none !important;
}

.biaoti {
    background: url(../../myskin/images/btbg.png) center 55px no-repeat;
    margin-bottom: 20px;
}

.biaoti .cn {
    /* font-weight: bold; */
    font-weight: normal;
    color: #333;
    letter-spacing: 3px;
}

.biaoti .en {
    font-size: 14px;
    color: #999;
    font-weight: normal;
}

.biaoti .cn font {
    color: #024077;
    font-weight: bold;
    letter-spacing: 3px;
}

.indexad01 {
    margin-bottom: 35px;
}

.indexad01 img {
    width: 100%;
    height: auto;
}

/* 关于我们排版 */
.about_261 {
    display: block;
    width: 100%;
}

.about_261 .title {
    height: 100px;
    width: 1313px;
    margin-left: auto;
    margin-right: auto
}

.about_261 .title span {
    float: left;
    color: #024077;
    font-size: 30px;
    margin-top: 50px;
    font-weight: bold;
    margin-bottom: 8px
}

.about_261 .title a {
    float: right;
    color: #515151;
    font-size: 16px;
    text-decoration: none;
    padding-top: 60px;
    margin-bottom: 8px
}

.about_261 .title a:hover {
    color: #024077;
}

.about_261 .title div {
    background: #d7d6d5;
    height: 1px;
    clear: both;
    position: relative
}

.about_261 .title div strong {
    background: #024077;
    position: absolute;
    left: 0;
    bottom: -1px;
    height: 3px;
    width: 120px
}

.about_261 .title h2 {
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    color: #515151;
    margin-left: 10px;
    display: inline
}

.about_261 .conab {
    overflow: hidden;
    margin-top: 40px;
    margin-bottom: 40px;
    width: 1313px;
    margin-left: auto;
    margin-right: auto
}

.about_261 .conab img {
    width: 667px;
    height: 449px;
    float: right;
    margin-left: 30px
}

.about_261 .conab p {
    color: #515151;
    /* text-indent: 28px; */
    line-height: 32px;
    font-size: 15px;
}

.about_261 .conab .ckxq {
    background: #024077;
    color: #fff;
    font-size: 16px;
    text-decoration: none;
    width: 172px;
    line-height: 46px;
    text-align: center;
    display: inline-block;
    margin-top: 28px;
    margin-right: 20px;
    transition: all .5s;
    border: 1px solid #024077;
    position: relative;
    left: 0;
    font-weight: bold;
}

.about_261 .conab .ckxq:hover {
    background-color: #eee;
    color: #024077;
    position: relative;
    left: 10px;
}

.about_261 .conab .ljzx {
    background: #67c23a;
    color: #FFF !important;
    font-size: 16px !important;
    text-decoration: none;
    width: 172px;
    line-height: 46px;
    text-align: center;
    display: inline-block;
    font-weight: normal !important;
    margin-top: 28px;
}

.about_261 .rongyu {
    margin: 10px auto;
    height: 450px;
    width: 1313px;
    overflow: hidden;
    position: relative;
}

.about_261 .rongyu ul {
    height: 470px;
    width: 960000000000px;
    position: absolute;
    left: 0;
}

.about_261 .rongyu ul li {
    display: block;
    float: left;
    margin: 10px;
    /* height: 370px; */
    text-align: center;
    position: relative;

    background-color: #fff;
    box-shadow: 0px 2px 4px #ddd;
}

.about_261 .rongyu ul li a {
    display: inline-block;
    height: 80px;
    text-decoration: none
}


.about_261 .rongyu ul li img {
    display: block;
    width: 350px;
    /* height: 403px; */
    /* padding: 15px; */
    /* background-color: #fff; */
}
.about_261 .rongyu .myrongyu ul li img {
    display: block;
    width: 285px;
    /* height: 403px; 
     padding: 15px; */
   background-color: #fff; 
}
.about_261 .rongyu ul li a span {
    height: 0;
    display: block;
    color: #515151;
    font-size: 16px;
    line-height: 40px;
    position: relative;
    top: -10px;
    padding-top: 10px;
    padding-bottom: 10px;


}

.about_261 .rongyu ul li:hover a span {
    color: #024077;
}

.conab h3 {
    font-size: 30px;
    color: #333;
    font-weight: bold;
    letter-spacing: 5px;
}

.conab .gsm-en {
    font-size: 14px !important;
    color: #bbb !important;
    height: 35px !important;
    line-height: 35px !important;
    margin-bottom: 25px;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding-top: 5px;
}

/* 案例展示样式 */
.anli-cnt {
    width: 100%;
}

.anli-cnt .anli-item {
    width: 25%;
    overflow: hidden;
}

.anli-cnt .anli-item .anli-img {
    width: 100%;
    position: relative;
}

.anli-cnt .anli-item .anli-img .anli-txt {
    width: 100%;
    height: 100%;
    background-color: rgba(2, 64, 119, .95);
    color: #fff;
    position: absolute;
    left: 0;
    bottom: -100%;
    transition: all .6s;
}

.anli-cnt .anli-item .anli-img:hover .anli-txt {
    bottom: 0;
    cursor: pointer;
}

.anli-txt h4 {
    height: 55px;
    line-height: 55px;
    font-weight: normal;
    margin-top: 50px;
}

.anli-txt h3 {
    width: 60%;
    margin-left: 20%;
    height: 40px;
    line-height: 40px;
    margin-bottom: 65px;
}

.anli-txt h3::after {
    content: '';
    display: block;
    position: relative;
    left: 50%;
    width: 2px;
    height: 60px;
    background-color: #a2b9cd;
}

.anli-txt .al-more {
    width: 100%;
    text-align: center;
}

.anli-txt a.anli-more {
    display: inline-block;
    width: 120px;
    height: 35px;
    line-height: 35px;
    background-color: #c0cfdd;
    margin-top: 30px;
    color: #024077;
    transition: all .5s;
    font-size: 22px;
    font-weight: 200;
    position: relative;
    top: 0;
}

.anli-txt .anli-desc {
    margin-left: 15%;
    margin-right: 15%;
    width: 70%;
    color: #c0cfdd;
}

.anli-txt a.anli-more:hover {
    background-color: #fff;
    color: #000;
    top: -10px;
}

/* 首页新闻样式 */
.news_286 {
    display: block;
}

.news_286 .i_tilte {
    text-align: center;
    padding: 69px 0 30px;
}

.news_286 .i_tilte h3 {
    color: #333;
    font-size: 35px;
    font-weight: normal;
}

.news_286 .i_tilte h3 a {
    text-decoration: none;
}

.news_286 .i_tilte b {
    color: #024077;
}

.news_286 .i_tilte p {
    color: #999;
    font-size: 18px;
    margin-top: 10px;
}

.news_286 .i_tilte p i {
    width: 61px;
    height: 1px;
    background: #ddd;
    display: inline-block;
    margin: 5px 10px;
}

.news_286 .newscon {
    margin-left: auto;
    margin-right: auto;
    width: 1313px;
}

.news_286 .newscon .newsnav {
    text-align: center;
}

.news_286 .newscon .newsnav ul {
    display: inline-block;
    *display: inline;
    zoom: 1;
}

.news_286 .newscon .newsnav ul li {
    width: 125px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    float: left;
    background-color: #fff;
}

.news_286 .newscon .newsnav ul li a {
    font-size: 16px;
    color: #333;
    text-decoration: none;
}

.news_286 .newscon .newsnav ul li.cur {
    background: #024077;
}

.news_286 .newscon .newsnav ul li.cur a {
    color: #fff;
}

.news_286 .news-cnt {
    width: 100%;
    background-color: #fff;
    /* height: 440px; */
    margin-top: 45px;
    border: 1px solid #eee;
}

.news-cnt .news-left {
    width: 935px;
    height: 440px;
    /* background-color: #f00; */
}

.news-cnt .news-left .news-item {
    width: 50%;

    height: 220px;
    border-right: 1px solid #eee;
    border-bottom: 1px solid #eee;
    box-sizing: border-box;


}

.news-cnt .news-left .news-item:hover {
    cursor: pointer;
    background: #01376c url(../../myskin/images/newsbg.jpg) right top no-repeat;
    background-size: 90% 90%;
}

.news-cnt .news-left .news-item:nth-child(3), .news-cnt .news-left .news-item:nth-child(4) {
    border-bottom: 0;
}

.news-cnt .news-left .news-item .news-top {
    position: relative;
    border-bottom: 1px solid #eee;
    height: 100px;

}

.news-item .news-top .date {
    position: absolute;
    left: 0;
    top: 30px;
    width: 105px;
}

.news-item .news-top .news-more {
    position: absolute;
    right: 0;
    top: 30px;
    width: 60px;
    height: 40px;

    text-transform: uppercase;

}

.news-item .news-top .news-more::before {
    content: '+';
    display: inline-block;
    position: absolute;
    left: -35px;
    width: 30px;
    height: 30px;
    background-color: #eee;
    top: -5px;
    color: #024077;
    font-size: 20px;
    text-align: center;
    line-height: 30px;
    border-radius: 30px;
}

.news-item .news-top .day {
    font-size: 28px;
    color: #333;
    text-align: center;
    margin-bottom: 5px;

}

.news-item .news-top .nianyue {
    font-size: 14px;
    text-align: center;
    color: #666;
}

.news-item .news-info h3 {
    font-size: 16px;
    color: #333;
    height: 55px;
    line-height: 55px;
    padding-left: 20px;
    padding-right: 20px;
}

.news-item .news-info h3 a {
    font-size: 16px;
    font-weight: bold;
}

.news-item .news-info .news-desc {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 14px;
    color: #515151;
}





.news-cnt .news-left .news-item:hover * {
    color: #fff;
}

.my-more {
    text-align: center;
}

.my-more a {
    background: #eee;
    color: #024077;
    font-size: 16px;
    text-decoration: none;
    width: 172px;
    line-height: 46px;
    text-align: center;
    display: inline-block;
    margin-top: 28px;
    margin-right: 20px;
    margin-left: auto;
    margin-right: auto;
    transition: all .5s;
    border: 1px solid #024077;

}

.my-more a:hover {
    background-color: #024077;
    color: #fff;

}

.news-right img {
    width: 344px;
    height: 406px;
    padding-top: 25px;
    padding-right: 25px;
}


/* .my-more *, :after, :before {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	background-repeat: no-repeat;
} */
.hz-bt:hover {
    cursor: pointer;
}

.hz-bt h3 {
    width: 100%;
    height: 60px;
    line-height: 60px;
    border-bottom: 3px solid #eaeaea;
    position: relative;
    font-size: 24px;
    font-weight: bold;
    color: #000;
}

.hz-bt h3::before {
    content: '';
    display: inline-block;
    width: 100px;
    height: 5px;
    position: absolute;
    left: 0;
    bottom: -4px;
    background-color: #024077;
}

.hz-bt h3 span {

    float: right;
    font-size: 14px;
    color: #515151;
    font-weight: normal;
}

.indexbanner .banner-item {
    width: 100%;
    height: 820px;

}

.indexbanner .banner-item ul {
    width: 1313px;
    height: 130px;
    /* background-color: #f00; */
    margin-left: auto;
    margin-right: auto;
    margin-top: 630px;
}

.indexbanner .banner-item li {
    float: left;
    width: 33%;
    margin-left: 1%;
    background-color: rgba(2, 64, 119, .33);
    transition: all .6s;
    text-align: center;
    color: #f8f8f8;
}

.indexbanner .banner-item li:hover {
    background-color: #024077;
    cursor: pointer;
}

.indexbanner .banner-item li p {
    font-size: 16px;
    padding-top: 10px;
}

.indexbanner .banner-item li p.pspan {
    padding-top: 32px;
}

.indexbanner .banner-item li span.iconfont {
    font-size: 40px;

}
/* 荣誉tab样式 */


.news_316{height:700px;width:100%;min-width:1200px;overflow:hidden;}
.news_316 .home_con{width:100%;margin:0 auto;}
.news_316 .news_nav{text-align:center;overflow:hidden;}
.news_316 .news_nav a{width:160px;height:45px;line-height:45px;background:#fff;color:#333;font-size:16px;display:inline-block;margin-left:1px;}
.news_316 .news_nav a:hover{background:#eeeeee;color:#666666;}
.news_316 .news_nav a.hover{background:#024077;color:#ffffff;}
.news_316 .news_nav a.hover:hover{background:#024077;color:#ffffff;}
.news_316 .news_con{margin-top: 30px;overflow: hidden;width: 1200px;height: 380px;}







/* 宽屏开始 */


@media (min-width: 1600px) {

    .wrap-160 {
        width: 1460px;
    }

    .indexbanner .banner-item ul {
        width: 1460px;
    }

    .commonweb {
        width: 1460px;
        max-width: 1460px;
    }

    .about_261 .conab {
        width: 1460px;
    }

    .about_261 .rongyu, .news_286 .newscon {
        width: 1460px;
    }

    .anli-cnt .anli-item .anli-img img {
        width: 100%;
        height: auto;
    }

    .index-pro .pro-item h3 {
        top: 125px;
    }

}

@media (min-width: 1800px) {

    .wrap-160 {
        width: 1660px;
    }

    .indexbanner .banner-item ul {
        width: 1660px;
    }

    .commonweb {
        width: 1660px;
        max-width: 1660px;
    }

    .about_261 .conab {
        width: 1660px;
    }

    .about_261 .rongyu, .news_286 .newscon {
        width: 1660px;
    }

    .anli-cnt .anli-item .anli-img img {
        width: 100%;
        height: auto;
    }

    .index-pro .pro-item h3 {
        top: 150px;
    }

    .about_261 .conab p {
        font-size: 16px;
    }

}



/* 宽屏结束 */



/* 新闻中心样式 */


/* 宽度 */
.news117 .news117_in {
    text-align: center;
    width: 100%;
    max-width: 1660px;
    margin: 0 auto;
    padding: 30px;
}
/* 颜色 */
.news117 .text117 li a:hover {
    color: #024077;
}
.news117 .text117 li .time117 {
    float: left;
    width: 80px;
    height: 80px;
    background: #024077;
    color: #FFF;
    line-height: 25px;
    padding: 12px 12px;
    position: absolute;
    left: -35px;
    top: 16px;
    text-align: center;

}
.news117 .more117 {
    width: 160px;
    height: 50px;
    line-height: 50px;
    border: #c5c5c5 solid 1px;
    display: block;
    text-align: center;
    margin: 0 auto;
    font-size: 16px;
    margin-top: 40px;
    transition: all .5s;
    position: relative;
    top: 0;
    left: 0;

}
.news117 .more117:hover {
    color: #fff;
    background-color: #024077;
    border: #024077 solid 1px;
    top: 0px;
    left: 10px;

}
/* 颜色 end*/
.news117 .text117 li p {
    margin-left: 45px;
    padding: 0 0 0 20px;
    font-size: 14px;
    line-height: 24px;
    margin-top: 10px;
    height: 48px;
    overflow: hidden;
}
.news117 .text117 li {
    float: left;
    margin-left: 36px;
    text-align: left;
    margin-bottom: 24px;
    /* height: 90px; */
    width: 46%;
    position: relative;
    padding: 10px 0;
    transition: all .5s;
   
}
.news117 .text117 li:hover{
    background-color: #f8f8f8;
}
.news117 .text117 {
    height: 345px;
}
.news117 .text117 li:nth-child(2n) {
    float: right;
    margin-left: 0;
}
.news117 .text117 li .info117 {
    display: block;
    /* overflow: hidden; */
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: left;
    font-size: 16px;
    text-indent: 65px;
    padding-top:20px;
    font-weight: bold;
    padding-bottom: 10px;
}
.news117 .text117 li .time117 .day117 {
    font-size: 28px;
    font-weight: bold;
}
.news117 .text117 li .time117 .month117 {
    float: left;
    width: 56px;
    font-size: 14px;
}
.news117 .text117 li .time117 .year {
    float: left;
    font-size: 18px;
    width: 48px;
}
@media (max-width:1199px) {
.news117 .news117_in {
    width: 96%;
    padding: 20px 0;
}
.news117 .text117 li {
    width: 45%;
}
}
@media (max-width:991px) {
.news117 .text117 li {
    width: 43%;
}
}
@media (max-width:767px) {
.news117 .text117 {
    height: auto;
}
.news117 .text117 li {
    width: 88%;
    margin-left: 12%;
    margin-bottom: 0;
    height: 90px;
}
.news117 .text117 li .info117 {
    font-size: 16px;
}
.news117 .text117 li p {
    line-height: 20px;
    height: 42px;
    font-size: 12px;
}
.news117 .text117 li .time117 {
    height: 72px;
    -moz-box-shadow: 0px 0px 10px #024077;
    -webkit-box-shadow: 0px 0px 10px #024077;
    box-shadow: 0px 0px 10px #024077;
}
.news117 .text117 li .time117 .day117 {
    font-size: 24px;
}
.news117 .text117 li .time117 .month117 {
    margin-top: -6px;
}
}


